body {
    background-color: #f8f9fa;
}
.form-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 30px auto;
}
.form-title {
    font-size: 28px;
    color: #343a40;
    margin-bottom: 20px;
    text-align: center;
    
}
.form-label {
    font-weight: bold;
    color: #495057;
}
.btn-primary {
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btn-primary:hover {
    background-color: #0056b3;
}
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.brand-name {
    font-weight: bold;
    color: #162430 ; 
    font-size: 24px;
    line-height: 50px;
    vertical-align: middle;
  }
  
  .navbar-brand {
      display: flex;
      align-items: center;
    }
    
    .navbar-brand img {
      margin-right: 10px;
    }
  
  .navbar-nav .nav-link {
    font-size: 18px; /* Ukuran teks di menu */
  }
  
  .navbar-brand img {
    margin-right: 10px; /* Spasi antara logo dan teks */
  }
  
  .navbar-nav .nav-link.active {
      background-color:#3499D5    ; /* Biru */
      color: white;
      border-radius: 5px;
      padding: 8px 16px;
    }
    
    .navbar-nav .nav-link {
      color: #162430    ; /* Warna link default */
    }
    
    .navbar-nav .nav-link:hover {
      color:#162430;    /* Warna link saat hover */
      background-color:#60baee ;
      border-radius: 5px;
    }
    
    .navbar-nav .nav-item {
      margin-left: 15px; /* Jarak antara menu di sebelah kiri */
    }
    #carousel {
      position: relative;
    }






    
    .btn {
      display: inline-block;
      margin-top: 1rem;
      padding: 1rem 3rem;
      cursor: pointer;
      background: #fff;
      font-size: 1rem;
      text-transform: capitalize;
      color: #334;
      border: 1px solid #334;
    }
    
    .btn:hover {
      background: #2597f4;
      border-color: #2597f4;
      color: #fff;
    }
    .heading {
      text-align: center;
      margin-top: 5rem;
      margin-bottom: 1rem;
      font-size: 2.5rem;
      text-transform: capitalize;
      color: #334;
    }







    .contact .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 2rem;
      padding: 2rem 5%;
      justify-content: center;
    }
    
    .contact .row .map {
      margin-bottom: 6rem;
      width: 100%;
      height: 30rem;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    }

    .contact .row .socialmedia {
      position: relative;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: -3rem;
      
    }

    .contact .row .socialmedia a{
      display: block;
      width: 70px;
      height: 70px;
      margin: 3rem;
      background: #2597f4;
      text-align: center;
      line-height: 70px;
      font-size: 2rem;
      border-radius: 50px;
      color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .contact .row .socialmedia a:hover{
      background: #fff;
      color: #2597f4;
      font-size: 2rem;
    }

    .contact .row .socialmedia p{
      text-align: center;
      margin-top: -2rem;
      font-size: 12px;
      font-weight: bold;
    }
    
    .contact .row form {
      -webkit-box-flex: 1;
      margin-top: 5rem;
      margin-bottom: 3rem;
      padding: 2rem;
      border: 1px solid #334;
      width: 60%;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .contact .row form .alert{
      font-size: 14px;
    }
    
    .contact .row form h3 {
      font-size: 2rem;
      text-transform: capitalize;
      color: #334;
      padding-bottom: 1rem;
    }
    
    .contact .row form .inputBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    
    }
    
    .contact .row form .inputBox input {
      width: 49%;
    }
    
    .contact .row form .inputBox input, .contact .row form textarea {
      padding: 1.2rem 1.4rem;
      font-size: 1rem;
      color: #777;
      margin: .7rem 0;
      border: 0.5px solid #334;
      border-radius: 5px;
    }
    
    .contact .row form .inputBox input:focus, .contact .row form textarea:focus {
      background: #334;
      color: #fff;
    }
    
    .contact .row form .inputBox input:focus::-webkit-input-placeholder, .contact .row form textarea:focus::-webkit-input-placeholder {
      color: #fff;
    }
    
    .contact .row form .inputBox input:focus:-ms-input-placeholder, .contact .row form textarea:focus:-ms-input-placeholder {
      color: #fff;
    }
    
    .contact .row form .inputBox input:focus::-ms-input-placeholder, .contact .row form textarea:focus::-ms-input-placeholder {
      color: #fff;
    }
    
    .contact .row form .inputBox input:focus::placeholder, .contact .row form textarea:focus::placeholder {
      color: #fff;
    }
    
    .contact .row form textarea {
      width: 100%;
      height: 10rem;
      resize: none;
    }











    @media (min-width: 992px) {
      .col-lg-2 {
          max-width: 10%; /* Maksimal 10 logo per baris pada layar besar */
      }
  }
  
  @media (max-width: 991px) {
      .col-md-3 {
          flex: 0 0 20%; /* Atur ukuran logo di layar medium */
      }
  }
  
  @media (max-width: 767px) {
      .col-6 {
          flex: 0 0 50%; /* Atur ukuran logo di layar kecil */
      }
  }
  
  /*footer*/
  
  .footer {
      background-color: #000; /* Warna hitam */
      color: #fff; /* Teks putih */
  }
  
  .footer-logo img {
      max-width: 150px; /* Ukuran maksimal logo footer */
  }
  
  .footer a {
      color: #fff; /* Warna link putih */
      text-decoration: none;
  }
  
  .footer a:hover {
      text-decoration: underline;
  }